class GameObjectSystem<T> : GameObjectSystem

book_4_sparkGenerated
code_blocksInput

Description

The GameObjectSystem<T> class in the Sandbox namespace is a syntax sugar wrapper around the GameObjectSystem. It allows you to access your system using SystemName.Current instead of Scene.GetSystem.

Members

Static Members

Member Name Summary
Current Gets the current instance of the system of type T.
Get Retrieves the system of type T from the specified Scene.